projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
226dd16
)
build: Remove --enable-maintainer-mode as it's now the default
author
Mukund Sivaraman
<muks@banu.com>
Mon, 12 Sep 2011 19:22:06 +0000
(
00:52
+0530)
committer
Mukund Sivaraman
<muks@banu.com>
Mon, 12 Sep 2011 19:22:06 +0000
(
00:52
+0530)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 41b8d64e9df73a77132e0c37b52198aac0c43ba6..d0b5fc500b477b5ca39845ec0c36df6a4e341958 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-154,7
+154,7
@@
fi
echo
echo "I am going to run ./configure with the following arguments:"
echo
-echo "
--enable-maintainer-mode
$AUTOGEN_CONFIGURE_ARGS $@"
+echo " $AUTOGEN_CONFIGURE_ARGS $@"
echo
if test -z "$*"; then
@@
-209,7
+209,7
@@
echo
echo "Running ./configure..."
echo
-$srcdir/configure
--enable-maintainer-mode
$AUTOGEN_CONFIGURE_ARGS "$@"
+$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@"
RC=$?
if test $RC -ne 0; then
echo